In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Width Property

Width Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Width, in inches, of the bounding box of the annotation")>

Public Property Width As Single
[Description("Width, in inches, of the bounding box of the annotation")]

public float Width {get; set;}
public read-write property Width: Single; 
DescriptionAttribute("Width, in inches, of the bounding box of the annotation")

public function get,set Width : float
[Description("Width, in inches, of the bounding box of the annotation")]

public: __property float get_Width();

public: __property void set_Width( 

   float value

);
[Description("Width, in inches, of the bounding box of the annotation")]

public:

property float Width {

   float get();

   void set (    float value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members